golang.org/x/net/http2.serverConn.inGoAway (field)

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L635: 	inGoAway                    bool              // we've started to or sent GOAWAY
		server.go#L1061: 		sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
		server.go#L1447: 		if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
		server.go#L1502: 	if sc.inGoAway {
		server.go#L1508: 	sc.inGoAway = true
		server.go#L1602: 	if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {